home *** CD-ROM | disk | FTP | other *** search
- /*
- * ADPro-ARexx-Demo-Script
- *
- * Demonstrates the usage of the "PicoPainter"
- * and "EGSWindow" Saver Modules.
- *
- * SAVE requieres to specify a dummy filename,
- * this is not used.
- *
- * Demonstriert die Benutzung der Saver Module
- * "PicoPainter" und "EGSWindow".
- *
- * SAVE benötigt einen Dateinamen, dieser
- * wird jedoch nicht benutzt.
- */
-
- address "ADPro"
-
- sformat "PicoPainter"
- save x RAW
-
- sformat "EGSWindow"
- save x RAW
-